Autogenerated HTML docs for v2.6.1-213-ga838a
diff --git a/git-branch.html b/git-branch.html index 3c552ac..b06372c 100644 --- a/git-branch.html +++ b/git-branch.html
@@ -751,7 +751,8 @@ <pre class="content"><em>git branch</em> [--color[=<when>] | --no-color] [-r | -a] [--list] [-v [--abbrev=<length> | --no-abbrev]] [--column[=<options>] | --no-column] - [(--merged | --no-merged | --contains) [<commit>]] [<pattern>…] + [(--merged | --no-merged | --contains) [<commit>]] [--sort=<key>] + [--points-at <object>] [<pattern>…] <em>git branch</em> [--set-upstream | --track | --no-track] [-l] [-f] <branchname> [<start-point>] <em>git branch</em> (--set-upstream-to=<upstream> | -u <upstream>) [<branchname>] <em>git branch</em> --unset-upstream [<branchname>] @@ -1136,6 +1137,29 @@ <branchname> apply. </p> </dd> +<dt class="hdlist1"> +--sort=<key> +</dt> +<dd> +<p> + Sort based on the key given. Prefix <code>-</code> to sort in descending + order of the value. You may use the --sort=<key> option + multiple times, in which case the last key becomes the primary + key. The keys supported are the same as those in <code>git + for-each-ref</code>. Sort order defaults to sorting based on the + full refname (including <code>refs/...</code> prefix). This lists + detached HEAD (if present) first, then local branches and + finally remote-tracking branches. +</p> +</dd> +<dt class="hdlist1"> +--points-at <object> +</dt> +<dd> +<p> + Only list branches of the given object. +</p> +</dd> </dl></div> </div> </div> @@ -1244,7 +1268,7 @@ <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> -Last updated 2015-09-17 13:25:47 PDT +Last updated 2015-10-15 16:07:45 PDT </div> </div> </body>